home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 2 (Reseller) / Apple R&P Lib Reseller v2.0.iso / 4-Fonts & Software / Demo Software / AppMaker / Demo AppMaker™ / Demo AppMaker™.rsrc / TmpC_522_Edit.Copy.txt < prev    next >
Text File  |  1989-04-09  |  165b  |  2 lines

  1. # (decoded with TMPL 13671)
  2. /*----------*/void DoCopy (void);void DoCopy (){    if (cur->text != nil) {        TECopy (cur->text);        scrapDirty = true;    }} /*DoCopy*/